Hatch Specific Polyline in Insert
The following
syntax allows the user to apply a hatch to a specific polyline in a given Block Reference. If the given polyline is not part of
the given Block Definition then nothing will occur.
XML Syntax
<BlockRef>
<Name>lote</Name>
<Handle>D5</Handle>
<HatchType>ANSI33</HatchType>
<HatchHandle>C7</HatchHandle>
<HatchScale>2.5</HatchScale>
</BlockRef>
XML Specifics
| Name |
This is the name of the Block Definition. This
is actually optional, but makes the file easier to read. |
| Handle |
This
is the AutoCAD Entity Handle . It defines
the specific Block Reference (Insert) being modified. |
| HatchType |
This is the Hatch Type to use in hatching all
polylines in the given Block Reference. |
| HatchHandle |
This
is the AutoCAD Entity Handle
of the polyline in the Block Reference. It defines
the specific Polyline being
modified. |
| HatchScale |
This is the scale to use in creating the
hatch. A larger scale will result in further distance between lines in the
hatch. The default is
1.0 |
Copyright
© 2006 Tailor Made Software, Ltd